object frmRegcode: TfrmRegcode Left = 343 Top = 405 BorderStyle = bsDialog Caption = 'Thanks for Registering!' ClientHeight = 69 ClientWidth = 209 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 4 Top = 4 Width = 197 Height = 13 Caption = 'Please enter your registration code below.' end object edtReg: TEdit Left = 4 Top = 20 Width = 201 Height = 21 TabOrder = 0 end object Button2: TButton Left = 129 Top = 46 Width = 77 Height = 21 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 OnClick = Button2Click end object Button1: TButton Left = 49 Top = 46 Width = 77 Height = 21 Cancel = True Caption = '&OK' ModalResult = 2 TabOrder = 2 OnClick = Button1Click end end